home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
msdos
/
fractal
/
iterat31
/
dbltrig.frm
< prev
next >
Wrap
Text File
|
1993-11-17
|
238b
|
23 lines
;Iterate! formula file
;by Brent Hugh
;parameter and window defaults
a =-2
b = 2
c =-2
d = 2
mu = 0
xmin = -5
xmax = 5
ymin = -5
ymax = 5
x =x+a*cos(x)+b*cos(y)
y =y+c*sin(x)+d*cos(y)